Skip to content

Conversation

@promptless
Copy link
Contributor

@promptless promptless bot commented Jan 14, 2026

Open this suggestion in Promptless to view citations and reasoning process

Adds a changelog entry for the new Guided Onboarding Wizard feature to the January 2026 changelog. The entry documents the 6-step wizard that walks new users through Promptless setup (Slack connection, documentation platform, triggers, context sources, agent preferences, and trial activation), including automatic progress saving and team continuity features.

Trigger Events


Help us improve Promptless — If this suggestion missed the mark, please share quick feedback.

If you want Promptless to make further changes on this PR, feel free to leave a comment tagging Promptless (It won't show up in the user drop down but Promptless will get it!)

@github-actions
Copy link

@promptless
Copy link
Contributor Author

promptless bot commented Jan 14, 2026

I've added new changes to address this GitHub PR in commit 2a4c236

@promptless promptless bot marked this pull request as ready for review January 14, 2026 01:36
@github-actions
Copy link

@promptless
Copy link
Contributor Author

promptless bot commented Jan 14, 2026

I've added new changes to address this GitHub PR in commit 91e8430

@github-actions
Copy link

@promptless
Copy link
Contributor Author

promptless bot commented Jan 15, 2026

I've added new changes to address this GitHub PR in commit bcb0224

@github-actions
Copy link

@promptless
Copy link
Contributor Author

promptless bot commented Jan 15, 2026

I've added new changes to address this GitHub PR in commit ffcf56d

@github-actions
Copy link

@promptless
Copy link
Contributor Author

promptless bot commented Jan 15, 2026

I've added new changes to address this GitHub PR in commit d7c2e11

@github-actions
Copy link

@promptless
Copy link
Contributor Author

promptless bot commented Jan 15, 2026

I've added new changes to address this GitHub PR in commit 5a510b7

@github-actions
Copy link

@promptless
Copy link
Contributor Author

promptless bot commented Jan 15, 2026

I've added new changes to address this GitHub PR in commit 09edda5

@github-actions
Copy link

@promptless
Copy link
Contributor Author

promptless bot commented Jan 15, 2026

I've added new changes to address this GitHub PR in commit bbb1c81

@promptless
Copy link
Contributor Author

promptless bot commented Jan 21, 2026

I've added new changes to address this GitHub PR in commit b7e48a6

@promptless
Copy link
Contributor Author

promptless bot commented Jan 21, 2026

New Trigger Event: Promptless/promptless PR #1867: fix: ignore CRLF vs LF differences when computing diff stats

Promptless Research (1 GitHub PR)

Agent Response

I've completed the documentation update for PR #1867. Here's a summary:

Summary

PR #1867 fixes an issue where review time estimates could be inflated for repositories with mixed line endings (CRLF and LF). The fix normalizes line endings before computing diff statistics.

Documentation Update:
I updated the existing January 2026 changelog suggestion with a new bug fix entry:

Review Time Estimate Accuracy: Fixed review time estimates being inflated for repositories with mixed line endings (CRLF and LF). Estimates now accurately reflect the actual scope of documentation changes.

Why I updated an existing suggestion: Per your instructions about monthly changelog consolidation, I added this entry to the existing January 2026 changelog suggestion rather than creating a new one.

What to review: January 2026 Changelog Suggestion - the new entry appears at the end of the Bug Fixes section (line 76).


* **Deep Analysis:** Submit large documentation requests—like refactoring entire sections, auditing for consistency, or writing comprehensive docs from scratch. Access Deep Analysis from the sidebar, select your doc collection, describe what you need, and optionally attach supporting files. The Promptless team reviews your request and begins processing, which may create multiple suggestions across your documentation.

* **Triggers Page Search:** Search for triggers by PR info, Slack thread topic, task name, or summary text. The default view shows the last 30 days, but search retrieves matching triggers from your full history.
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Citation: Changelog entry for Triggers Page Search based on PR #1869. The PR adds a search box to the Triggers page with debounced search and removes the 30-day limit when searching, allowing users to find older events.
View source

@promptless
Copy link
Contributor Author

promptless bot commented Jan 22, 2026

I've added new changes to address this GitHub PR in commit bd68a18

@promptless
Copy link
Contributor Author

promptless bot commented Jan 22, 2026

New Trigger Event: Promptless/promptless PR #1869: search for triggers

Promptless Research (1 GitHub PR)

Agent Response

I've completed the documentation updates for PR #1869. Let me provide a summary:


Documentation Updates for Triggers Page Search

I've created documentation updates across two suggestions:

1. New Suggestion: Triggers Page Documentation

URL: https://app.gopromptless.ai/change-history/4f6314d7-84a7-4c71-b986-b459040cdec3

Changes to fern/docs/features/web-ui-feedback.mdx:

  • Added documentation for the new search box that lets users find triggers by PR info, Slack thread topic, task name, or other summary text
  • Documented that search retrieves events beyond the 30-day default window
  • Minor prose improvements for clarity

2. Updated Existing Suggestion: January 2026 Changelog

URL: https://app.gopromptless.ai/change-history/867dab7a-8503-4a22-9391-17e544ca7a72

Added to fern/docs/changelogs/2026-01.md:

Triggers Page Search: Search for triggers by PR info, Slack thread topic, task name, or summary text. The default view shows the last 30 days, but search retrieves matching triggers from your full history.


Both suggestions are ready for review. The changelog entry was added to the existing January 2026 changelog suggestion to avoid merge conflicts, per your configured workflow preferences.

* **GitHub PR Event Filtering:** Fixed an issue where Promptless could trigger on PR events like `edited` or `synchronize` instead of only triggering when PRs are opened, marked ready for review, or reopened.
* **Large Image Processing:** Fixed failures when processing triggers with large images. Promptless now automatically compresses images that exceed size limits, so you can include high-resolution screenshots and images in Slack messages, GitHub issues, or other triggers without issues.
* **Documentation PR Update Reliability:** Fixed intermittent failures when updating documentation PRs with new changes. Promptless now handles transient GitHub API timing issues more gracefully, ensuring suggestions are consistently applied to your docs PRs.
* **Onboarding Wizard Stability:** Fixed multiple issues in the onboarding wizard—including OAuth integration setup, progress saving after connecting Slack, trigger dropdowns showing placeholder data, agent preferences not persisting, PR replays not starting for GitHub triggers, and various visual glitches during page transitions.
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Citation: Added "PR replays not starting for GitHub triggers" to the Onboarding Wizard Stability entry based on PR #1870 which fixes the replay_recent_prs flag being passed incorrectly in pipeline.ts.
View source

@promptless
Copy link
Contributor Author

promptless bot commented Jan 22, 2026

I've added new changes to address this GitHub PR in commit 282bcc3

@promptless
Copy link
Contributor Author

promptless bot commented Jan 22, 2026

New Trigger Event: Promptless/promptless PR #1870: fix: set replay_recent_prs in onboarding flow

Promptless Research (1 GitHub PR)

Agent Response

I've completed my review of PR #1870 and updated the existing documentation suggestion.

Summary

PR #1870 fixes a bug in the onboarding flow where the replay_recent_prs flag was being passed incorrectly, preventing automatic PR replays from starting when users completed onboarding with GitHub triggers.

Documentation Update

Since this is a customer-facing bug fix related to the onboarding wizard, I added it to the existing January 2026 changelog suggestion. Following the consolidation guidelines, I incorporated this fix into the existing "Onboarding Wizard Stability" entry rather than creating a separate bullet point.

Updated entry:

Onboarding Wizard Stability: Fixed multiple issues in the onboarding wizard—including OAuth integration setup, progress saving after connecting Slack, trigger dropdowns showing placeholder data, agent preferences not persisting, PR replays not starting for GitHub triggers, and various visual glitches during page transitions.

You can review this update as part of the existing suggestion: https://app.gopromptless.ai/change-history/867dab7a-8503-4a22-9391-17e544ca7a72

* **GitHub PR Event Filtering:** Fixed an issue where Promptless could trigger on PR events like `edited` or `synchronize` instead of only triggering when PRs are opened, marked ready for review, or reopened.
* **Large Image Processing:** Fixed failures when processing triggers with large images. Promptless now automatically compresses images that exceed size limits, so you can include high-resolution screenshots and images in Slack messages, GitHub issues, or other triggers without issues.
* **Documentation PR Update Reliability:** Fixed intermittent failures when updating documentation PRs with new changes. Promptless now handles transient GitHub API timing issues more gracefully, ensuring suggestions are consistently applied to your docs PRs.
* **Onboarding Wizard Stability:** Fixed multiple issues in the onboarding wizard—including OAuth integration setup, progress saving after connecting Slack, trigger dropdowns showing placeholder data, agent preferences not persisting, PR replays not starting for GitHub triggers, Slack notification channel settings being lost when resuming onboarding, and various visual glitches during page transitions.
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Citation: Bug fix for Slack notification channel not persisting during resumed onboarding. The wizard now refreshes state from org config on resumed onboarding, ensuring slack.notificationChannel is preserved. Changes in promptless-dashboard/src/app/onboarding/slack/page.tsx.
View source

@promptless
Copy link
Contributor Author

promptless bot commented Jan 22, 2026

I've added new changes to address this GitHub PR in commit b92a1a7

@promptless
Copy link
Contributor Author

promptless bot commented Jan 22, 2026

New Trigger Event: Promptless/promptless PR #1872: Refresh Slack notification channel during onboarding

Promptless Research (1 GitHub PR)

Agent Response

I've completed the documentation update for PR #1872.

Summary

PR #1872 fixes a bug where the Slack notification channel wasn't properly preserved when users resumed the onboarding wizard. If a user connected Slack, left, and then returned to continue onboarding, the notification channel setting could be lost—especially if they continued before the config fetch completed.

Documentation Update

I added this bug fix to the existing January 2026 changelog suggestion, consolidating it into the "Onboarding Wizard Stability" entry in the Bug Fixes section. The entry now includes:

Fixed multiple issues in the onboarding wizard—including OAuth integration setup, progress saving after connecting Slack, trigger dropdowns showing placeholder data, agent preferences not persisting, PR replays not starting for GitHub triggers, Slack notification channel settings being lost when resuming onboarding, and various visual glitches during page transitions.

This follows the changelog consolidation guideline to group related onboarding wizard fixes into a single entry rather than creating separate bullets for each fix.

* **PR Replay Status Accuracy:** Fixed PR replays to show the correct PR status on the Triggers page. Previously, replayed PRs always showed "open" status regardless of whether the PR was actually merged, closed, or in draft state.
* **GitHub Trigger Icons:** Fixed the Change History page to show the GitHub icon for all GitHub-based triggers—including GitHub Enterprise PRs, merged PRs, and GitHub Issues. Previously, the icon only appeared for regular open PRs.
* **GitHub PR Event Filtering:** Fixed an issue where Promptless could trigger on PR events like `edited` or `synchronize` instead of only triggering when PRs are opened, marked ready for review, or reopened.
* **GitHub Integration Reliability:** Promptless now handles server clock drift that could cause intermittent authentication errors and automatically retries operations when GitHub's API returns transient server errors.
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Citation: Added bug fix entry based on PR #1863. Key changes: generate_github_jwt() in server/utils/sources/github.py now backdates JWT iat claim by 60 seconds to handle clock drift, and get_installation_access_token() has retry with exponential backoff for 5xx errors plus better error handling.
View source

@promptless
Copy link
Contributor Author

promptless bot commented Jan 22, 2026

I've added new changes to address this GitHub PR in commit 719fd36

@promptless
Copy link
Contributor Author

promptless bot commented Jan 22, 2026

New Trigger Event: Promptless/promptless PR #1863: fix: GitHub API error handling improvements

Promptless Research (1 GitHub PR)

Agent Response

I've completed the documentation update for PR #1863.

Summary

PR #1863 fixed GitHub API reliability issues—specifically JWT clock drift that could cause intermittent authentication errors, and added automatic retries for transient GitHub server errors. These were internal infrastructure improvements that users would have experienced as intermittent GitHub integration failures.

Changes Made

I updated the existing January 2026 changelog suggestion with a new bug fix entry:

GitHub Integration Reliability: Promptless now handles server clock drift that could cause intermittent authentication errors and automatically retries operations when GitHub's API returns transient server errors.

This follows the client instruction to use a single changelog suggestion per month to avoid merge conflicts.

No additional documentation updates were needed since this was an internal reliability fix with no new user-facing features or UI changes.

* **GitHub Trigger Icons:** Fixed the Change History page to show the GitHub icon for all GitHub-based triggers—including GitHub Enterprise PRs, merged PRs, and GitHub Issues. Previously, the icon only appeared for regular open PRs.
* **GitHub PR Event Filtering:** Fixed an issue where Promptless could trigger on PR events like `edited` or `synchronize` instead of only triggering when PRs are opened, marked ready for review, or reopened.
* **GitHub Integration Reliability:** Promptless now handles server clock drift that could cause intermittent authentication errors and automatically retries operations when GitHub's API returns transient server errors.
* **Duplicate Trigger Context in PRs:** Fixed trigger context appearing twice in documentation PRs—once in the PR description and again as separate comments. Trigger context now appears only in the PR description.
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Citation: Based on PR #1877 which adds mark_pr_description_trigger_events_as_posted() function in server/utils/sources/github.py to mark trigger events included in PR descriptions as posted, preventing them from being re-posted as comments.
View source

@promptless
Copy link
Contributor Author

promptless bot commented Jan 22, 2026

I've added new changes to address this GitHub PR in commit 34b52e3

* **Faster Suggestion Page Loading:** The Change History page now loads faster. Suggestion metadata—titles, descriptions, and trigger details—appears immediately while the diff loads in parallel.
* **Smarter Screenshot Capture:** Promptless now makes better decisions about when to capture fresh screenshots for documentation. When processing UI changes, Promptless proactively identifies which screenshots need updating and captures fresh, high-quality images from your live product.
* **Screenshot Cropping:** Promptless can now crop screenshots to focus on specific UI elements—highlighting exactly what users need to see without extra clutter.
* **Suggestion Lifecycle Improvements:** Viewing a suggestion now counts as activity—so suggestions you're actively reviewing stay active even if no edits are made for over 30 days. You can also view the full diff of any suggestion—even after it's been closed or merged—since Promptless now archives diffs before cleanup.
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Citation: PR #1856 changes the implementation from archiving diffs (PR #1823) to using SHAs with the GitHub compare API. Removed the implementation detail "since Promptless now archives diffs before cleanup" since it's no longer accurate - the user benefit remains the same but the approach is different.
View source

@promptless
Copy link
Contributor Author

promptless bot commented Jan 23, 2026

I've added new changes to address this GitHub PR in commit 3a2a8ac


* **Triggers Page Search:** Search for triggers by PR info, Slack thread topic, task name, or summary text. The default view shows the last 30 days, but search retrieves matching triggers from your full history.

**Improvements:**
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Citation: Based on PR #1882 which introduces the github_oss integration type with a read-only GitHub app and fork-based PR workflow for open source repositories.
View source

@promptless
Copy link
Contributor Author

promptless bot commented Jan 23, 2026

I've added new changes to address this GitHub PR in commit 6438de0

@promptless
Copy link
Contributor Author

promptless bot commented Jan 24, 2026

I've added new changes to address this GitHub PR in commit bc3e45a

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants